No Error Handling In Tests ^^^^^ **Definition:** * Avoid such error handling in tests, as this kind of err should be a tech handler but not a business matters. **Code Example:** * No code examples yet... .. TODO CODE EXAMPLE **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Test Development Patterns and Anti-Patterns - Medium `_ :octicon:`file-code;1em`